How to Install gucumber software package in Ubuntu 17.04 (Zesty Zapus)

How to Install gucumber software package in Ubuntu 17.04 (Zesty Zapus)

gucumber software package provides Cucumber BDD-style testing for Go -- utility, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install gucumber 

gucumber is installed in your system.

Make ensure the gucumber package were installed using the commands given below,

$ sudo dpkg-query -l | grep gucumber *

You will get with gucumber package name, version, architecture and description in a table

gucumber package basic information:

Distro Ubuntu 17 04 zesty zapus
Section Development
Package gucumber
Version 0.0~git20160715.0.71608e2-1
Description Cucumber BDD-style testing for Go -- utility
Sub Section devel


See Also, How to uninstall or remove gucumber software package from Ubuntu 17.04 (Zesty Zapus)?